Skip to content

Conversation

smuppand
Copy link
Contributor

This PR enhances the Zstd Archive Release workflow with a debugging step immediately after archive creation. It will:

  • Echo the archive command’s exit code to quickly spot failures in git archive | zstd
  • Print the current working directory so you know exactly where artifacts should land
  • List all files at the workspace root and recursively, to confirm whether the .tar.zst file exists and where

These diagnostics will make it much easier to pinpoint why the compressed archive isn’t being produced or found before the release upload step.

- Introduce a “Debug workspace contents” step to list all files at the root and recursively
- Print working directory and exit code of the archive command for immediate verification
- Helps surface missing or mis-placed `.tar.zst`  artifacts before attempting release upload

Signed-off-by: Srikanth Muppandam <[email protected]>
@smuppand smuppand requested review from abbajaj806 and vnarapar July 21, 2025 08:50
Copy link
Contributor

@abbajaj806 abbajaj806 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abbajaj806 abbajaj806 merged commit 65933e4 into qualcomm-linux:main Jul 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants